projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117e303
)
filechoosernativewin32: Add missing return type
author
Benjamin Otte
<otte@gnome.org>
Sat, 6 Feb 2016 03:33:14 +0000
(
04:33
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 11 Feb 2016 02:44:47 +0000
(
03:44
+0100)
Looks like a line accidentally was deleted there.
gtk/gtkfilechoosernativewin32.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechoosernativewin32.c
b/gtk/gtkfilechoosernativewin32.c
index aa82216a65215bf809d4f167d496b62bba6b1ece..dfda699393147b0e3b22c16bc3ba632c09c5ca2c 100644
(file)
--- a/
gtk/gtkfilechoosernativewin32.c
+++ b/
gtk/gtkfilechoosernativewin32.c
@@
-260,6
+260,7
@@
static IFileDialogEventsVtbl ifde_vtbl = {
ifiledialogevents_OnOverwrite
};
+static void
file_dialog_events_send_close (IFileDialogEvents *self)
{
FileDialogEvents *events = (FileDialogEvents *)self;